home *** CD-ROM | disk | FTP | other *** search
- Path: hubcap.clemson.edu!usenet
- From: rmcguir@hubcap.clemson.edu (Bryan McGuire)
- Newsgroups: comp.os.ms-windows.programmer.tools.misc,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.programmer.misc,comp.lang.c++
- Subject: Re: [Q] Why doesn't this compile?
- Date: Fri, 19 Apr 1996 11:44:09 GMT
- Organization: Clemson University
- Message-ID: <4l7uc9$6gb@hubcap.clemson.edu>
- References: <317523C0.5042@eps.agfa.be> <4l3e5l$e1t@druid.borland.com> <woernerDq1299.Fup@netcom.com> <4l5kma$d2b@hubcap.clemson.edu>
- NNTP-Posting-Host: hubcap.clemson.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- rmcguir@hubcap.clemson.edu (Bryan McGuire) wrote:
-
-
- >1. I disagree, B::L is not the same scope as A::L. Only static member
- > functions can be called out of scope.
-
- >2. B::L::f() would use A::L::f() anyway because of how B was inherited
- >from A.
-
- Oops, never mind!
-
-
-